home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / wod_210a.zip / WINORDIE.DOC < prev    next >
Text File  |  1992-06-10  |  9KB  |  168 lines

  1.  ------------------------------------------------------------------------------
  2.  -                 WIN OR DIE - THE ULTIMATE SURVIVAL GAME!                   -
  3.  -                               VERSION 2.1a                                 -
  4.  -                                                                            -
  5.  -                            For PCBoard v14.5x                              -
  6.  -                                                                            -
  7.  -                           by  Darryl L. Pierce                             -
  8.  -                                                                            -
  9.  -               The Vampyre Bar! BBS ■ GENIUSnet Headquarters                -
  10.  -                     (508) 755-9716 ■ HST Dual Standard                     -
  11.  -                                                                            -
  12.  -                           SysOp  Documentation                             -
  13.  ------------------------------------------------------------------------------
  14.  
  15.                                    OVERVIEW
  16.                                    --------
  17.  
  18. WIN OR DIE is, simply put, the ULTIMATE online survival game! In this game,
  19. the user is pitted against the computer in a game of chicken. The user must
  20. beat the computer's score (not just tie it) in order to stay online! If the
  21. user loses the game, they are logged off the BBS <REGISTERED VERSION ONLY>.
  22.  
  23. The game is broken down into ten rounds. Each round both the user and the
  24. computer get a chance to increase their turn. During each round, a death
  25. number is chosen for the player. Then, for each turn within the round, the
  26. computer "rolls" two six-sided dice. The numbers are then added together.
  27. If the sum of the two die equals the current death number, the player does
  28. not gain any points for that round. Otherwise, the player is prompted if
  29. they want to continue or not. If they enter NO, then the accumulated points
  30. for that round are added to the player's overall score. If they say YES,
  31. then the computer again picks two more numbers and the above is repeated.
  32.  
  33. At the end of the tenth round, the scores are compared. If the user fails
  34. to beat the computer's score, then the user is logged off <REGISTERED
  35. VERSIONS ONLY>. Otherwise, they are allowed back onto the BBS.
  36.  
  37.                                  INSTALLATION
  38.                                  ------------
  39.  
  40. Installation is very easy and straightforward. The following instructions are
  41. designed to help you get this door up and running in the shortest amount of
  42. time. It is assumed that you are familiar with setting up door programs for
  43. your BBS, so only examples of the configuration files and batch files will
  44. be shown:
  45.  
  46. 1)  Create a subdirectory to hold all the files for WOD!xxxx.ZIP.
  47.  
  48. 2)  Unzip WOD!xxxx.ZIP into the above subdirectory.
  49.  
  50. 3)  Create a configuration file with the filespec of your own choice. The
  51.     configuration file should follow this example:
  52.  
  53.         INTERRUPT               ; COM Driver Type*
  54.         00000000                ; Registration Serial Number
  55.         The Vampyre Bar! BBS    ; BBS Name
  56.         Darryl                  ; SysOp's First Name
  57.         Basner                  ; SysOp's Last Name
  58.        !C:\PCB\GEN\WINORDIE.ASC ; Full Path/Name To The Game ASCII Bulletin
  59.        !C:\PCB\GEN\WINORDIE.ANS ; Full Path/Name To The Game ANSI Bulletin
  60.        !C:\PCB\GEN\WINORDIE.PCB ; Full Path/Name To The Game PCB Bulletin
  61.  
  62.         ! - If you don't want a bulletin in this format, simply replace the
  63.             full path/name with NONE.
  64.         * - If this fails to work, try BIOS.
  65.  
  66. 4)  Create a batch file to call WINORDIE or edit the one supplied with
  67.     this archiver (WINORDIE). A sample batch file is:
  68.  
  69.         @ECHO OFF                       ;
  70.         CLS                             ;
  71.         D:                              ;
  72.         CD\DOORS\WINORDIE               ; Change To The Directory For The Door
  73.         WINORDIE WINORDIE.CFG C:\PCB    ; Call WINORDIE With The Configuration
  74.                                         ; File And Then The Path TO PCBOARD.SYS
  75.                                         ; (These Two Parameters ARE IMPORTANT!)
  76.         C:                              ;
  77.         CD\PCB                          ;
  78.         BOARD                           ; Reload PCBoard
  79.  
  80.         * - This line will start up the event if needed.
  81.  
  82.  
  83. That's it! Now you're already to run WINORDIE on your board!
  84.  
  85.                                  ADOPT-A-DOOR
  86.                                  ------------
  87.  
  88. I've been running a BBS for a few years now and know what a financial burden it
  89. can be to constantly be expected to keep everything running smoothly without
  90. a little financial support from the users. A friend of mine told me about the
  91. ADOPT-A-DOOR concept for registering doors and utilities for BBSs.
  92.  
  93. With the ADOPT-A-DOOR concept, a user would send in a donation to the SysOp
  94. that has the intended purpose of paying the registration fee for a specified
  95. door or utility for the BBS. In return, most SysOps give the ADOPTive user
  96. a special access level or patron membership. And, in this way, both the user
  97. and the SysOp benefit from the ADOPTion.
  98.  
  99. Since I began writing doors, I've always liked the idea of ADOPTing doors. So,
  100. I took that into consideration when programming and have implemented a simple
  101. screen in the doors to advertise the ADOPT-A-DOOR policy to the users. This
  102. way, the SysOp doesn't have to post tons of dull messages on ADOPTing doors
  103. and will (hopefully) inspire the BBS' users who enjoy a particular door to
  104. possibly ADOPT it for the BBS!
  105.  
  106. SPECIAL NOTE: If you want to display the names of the user(s) who donated
  107.               towards the ADOPTion of this door, simply add an ASCII in the
  108.               door's subdirectory called ADOPTED.LST. This file will be
  109.               displayed before the door is exited. The file shouldn't contain
  110.               more than 5 names and each should be no more than 30 characters
  111.               long. This file HAS to be in ASCII format to work correctly.
  112.  
  113.                                   LEGALITIES
  114.                                   ----------
  115.  
  116.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  117.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  118.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  119.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  120.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  121.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  122.       OR BREACH OF ANY WARRANTY.
  123.  
  124.                                  DISTRIBUTION
  125.                                  ------------
  126.  
  127. This package may be made available on your BBS or uploaded to any BBS that you
  128. call provided that the contents of this archive are NOT in any way change,
  129. either by adding or deleting files to the archiver. The archive and any of the
  130. individual files contained therein may NOT be used by any service that charges
  131. any money whatsoever,  without the written permission of the author.
  132.  
  133.                                  REGISTRATION
  134.                                  ------------
  135.  
  136. When you register this door, you will be given a unique registration serial
  137. number that, when inserted into the configuration file of this particular
  138. door, will cause your BBS' name to be displayed while the doors is opening and
  139. also while it is returning to the BBS. In addition, all the built in delays
  140. will subsequently be removed.
  141.  
  142. To register WINORDIE, please fill out the accompanying REGISTER.FRM and send
  143. the prescribed donation ($20) to the name and address at the top of the form.
  144.  
  145. Make sure that when you fill out the form you write the BBS NAME, YOUR FIRST
  146. NAME and YOUR LAST NAME EXACTLY AS THEY APPEAR IN THE CONFIGURATION.
  147.                         ^^^^^^^ ^^ ^^^^ ^^^^^^ ^^ ^^^ ^^^^^^^^^^^^^^
  148.  
  149. Based on the information given in the registration form, I will set up and
  150. pre-registered account on my BBS. That way, you could simply call THE VAMPYRE
  151. BAR! BBS and pick up your registration number.
  152.  
  153.                                 MISCELLANEOUS
  154.                                 -------------
  155.  
  156. For the latest version of WINORDIE and other great Vampyre Bar! Doors, call
  157.  
  158.                              THE VAMPYRE BAR! BBS
  159.                         508 755-9716 HST DUAL STANDARD
  160.  
  161.                     The Home Of GENIUSnet EchoMail Systems
  162.                        Massachusettes Node For ProgNet
  163.  
  164. Remember, if you have any problems, questions or suggestions, you can drop me
  165. a line through your nearest GENIUSnet (Gnet_Chat, DOORS or BBSing) or ProgNet
  166. (Authors) node and I will gladly get back to you as soon as I receive your
  167. message.
  168.